home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Talking Telnet / source / config / Popup.h < prev    next >
Text File  |  1996-06-22  |  143b  |  6 lines

  1. typedef struct {
  2.     short item;        /* Dialog item id */
  3.     MenuHandle h;    /* Popup menu handle */
  4.     short choice;    /* Current choice (1...) */
  5. } popup;
  6.